home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / FPSE_src / include / rs232.h < prev    next >
C/C++ Source or Header  |  2000-01-01  |  186b  |  9 lines

  1. #ifndef _RS232_H_
  2. #define _RS232_H_
  3.  
  4. int  RS232_Init(SIO_Type *sio);
  5. void RS232_Close(SIO_Type *sio);
  6. void RS232_WriteData(SIO_Type *sio);
  7. void RS232_UpdateStatus(SIO_Type *sio);
  8.  
  9. #endif